*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 12:25:49 +0000 (12:25 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 12:25:49 +0000 (12:25 +0000)
lisp/textmodes/ispell.el

index ed6a6ed464b2f0db398b955cc069534e5c1206ac..edf2aab795570de999cd0bf449bc8582d0909318 100644 (file)
@@ -3757,7 +3757,7 @@ Both should not be used to define a buffer-local dictionary."
        ;; any character other than a space.  Not rigorous enough.
        (while (re-search-forward " *\\([^ ]+\\)" end t)
          (setq string (match-string-no-properties 1))
-         ;; This can fail when string contains a word with illegal chars.
+         ;; This can fail when string contains a word with invalid chars.
          ;; Error handling needs to be added between ispell and emacs.
          (if (and (< 1 (length string))
                   (equal 0 (string-match ispell-casechars string)))